 .addAppendBtn{
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    min-height: 42px;
}

.countryIcon{
   width: 20px;
   height: 20px;
   border-radius: 50px;
   object-fit: cover;
   object-position: 50% 50%;
}


.select2-container{
/*      padding: 10px 10px;*/
    font-size: 13px;
    border-radius: 4px !important;
    background: rgb(247 247 247 / 50%) !important;
    width: 100%;
    color: #5d657b !important;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
     background: none !important;
}

.select2-container .select2-choice .select2-arrow {
   width: 0px !important;
   height: 0px !important;
}

.select2-container .select2-choice {
   height: 42px !important;
   padding: 5px !important;
   border: 1px solid #e5e5e5 !important;
   color:#5d657b !important;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    margin: 0;
    padding: 5px !important;
    position: relative;
    border: 1px solid #e5e5e5 !important;
    cursor: text;
    overflow: hidden;
   background: rgb(247 247 247 / 50%) !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
   background: #e5e5e5 !important;
}

#imageBox {
    width: 100px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 100%;
    margin-bottom: 10px;
}

#bannerBox{
    width: 200px;
    height: 70px;
    object-fit: cover;
    object-position: 50% 100%;
    margin-bottom: 10px;
}

#iconBox{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    padding: 3px;
    margin-bottom: 10px;
}

/* add this in edit and add page image section */
#selectedImage {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    /* object-position: 70% 30%; */
}

#selectedIcon {
    max-width: 100%;
    max-height: 100%;
}

/*For Backend Color Layout*/
.primary-btn {
    background: #3bb8b2 !important;
    color: #fff;
}


.primary-btn-outline {
    background: transparent;
    color: #3bb8b2 !important;
    border-color: #3bb8b2 !important;
}

.primary-btn-outline:hover {
  color: #fff !important;
  background: #3bb8b2 !important;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active, .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
  color: #3bb8b2 !important;
  border-color: none;
  background: rgba(74, 108, 247, 0.1);
}


.search-results {
    display: none;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    width: 200px;
    z-index: 1000;
}
.search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-results li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.search-results li:hover {
    background: #f0f0f0;
}

/* Condensed style for the dropdown button */
.dropdown button {
    padding: 0;
    font-size: 20px;
    background: none;
    border: none;
}

.dropdown-menu {
    min-width: 120px;
    padding: 2px !important;
    border: none !important;
}

   /* Hide default checkbox */
   .toggle-checkbox {
    display: none;
}

/* Switch container */
.toggle-label {
    display: flex;
    align-items: center;
    width: 50px;
    height: 25px;
    background: #ccc;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

/* The round slider */
.toggle-slider {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: 0.3s;
}

/* Checked state */
.toggle-checkbox:checked + .toggle-label {
    background: #4CAF50;
}

.toggle-checkbox:checked + .toggle-label .toggle-slider {
    left: 26px;
}

/* Make the button and icons more compact */
.btn-link {
    padding: 0;
    color: #000; /* Adjust color */
    text-decoration: none;
}

/* If you want to make the dropdown items tighter */
.dropdown-item {
    padding: 4px 8px;
}


.text i {
    font-size: 14px;
    padding: 0 7px 0 0;
    vertical-align: middle;
    color: #3bb8b2;
}

/* Horizontal Menu */
.horizontal-menu {
    background: #3bb8b2;
    padding: 0px 0;
    text-align: center;
    border-radius: 10px;
    margin: 5px 0px;
}

.horizontal-menu ul {
    list-style: none;
    display: flex;
}

.horizontal-menu ul li {
    margin: 0px;
    border-right: 1px solid #fff;
}

.horizontal-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 7px;
    transition: 0.3s;
}

.horizontal-menu ul li a:hover {
    background: #405c5b;
    border-radius: 5px;
}

.horizontal-menu ul li a.active {
    background: #3d38ac;
    border-radius: 5px;
}


/* Margin Bottm 5 */
.mgbt5{
    margin-bottom: 5px;
}


/* */
/*For Side Hover Color*/
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: black !important;
    border-radius: 0 3px 3px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/**/

.header {
    padding: 10px 0;
    background: #3d38ac !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3d38ac !important;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #3d38ac !important;
}

.ProductBox {
    margin-bottom: 20px;
    position: relative;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 180px;
}

/* image styling */
.ProductBox img {
  width: 100%;
  height: 100px; /* equal size for all */
  object-fit: cover;
  border-radius: 8px;
  image-rendering: pixelated;
  display: block;
}

.ProductImg img{
    width: 100%;
    height: 70px; /* equal size for all */
    object-fit: cover;
    border-radius: 8px;
    image-rendering: pixelated;
    display: block;
}

.remove-btn-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.15); /* light red */
    border: 1px solid #fff; /* Bootstrap danger red */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.remove-btn-circle:hover {
    background-color: #dc3545; /* solid red on hover */
    color: #fff; /* white icon */
}

.update-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0d6efd; /* Bootstrap primary */
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 0; /* remove default padding */
}

.update-btn-circle:hover {
    background-color: #0b5ed7; /* darker primary */
}


.ProductContentBox {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}

.OrderSummaryBox{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    margin: 10px 0px;
}

.OrderSummaryBox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.OrderSummaryBox ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.item-left {
    display: flex;
    flex-direction: column;
}

.product-name {
    font-weight: 600;
    font-size: 13px;
}

.item-qty {
    font-size: 11px;
    color: #555;
    margin-top: 2px;
}

.item-right {
    font-weight: bold;
    color: #28a745; /* green price */
    white-space: nowrap;
}

.gst-section,
.discount-section {
    margin-top: 12px;
    font-size: 13px;
}

.gst-section label,
.discount-section label {
    margin-right: 15px;
    cursor: pointer;
}

.gst-field,
.discount-field {
    width: 100px;
    padding: 4px 6px;
    font-size: 12px;
    margin-left: 5px;
}

.paddingLeft{
    padding: 0px 0px 0px 15px !important;
}

.add-btn{
  padding: 3px;
  font-size: 12px;
  width: 100%;
}

.unitDropDown{
    padding: 5px !important;
}

.unitInput{
    padding: 3px 5px !important;
}





